home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gIntro, gstart, gAuto, gHelp, gTurn
- set gstart to 0
- set gIntro to 0
- set gHelp to 0
- set gTurn to 0
- set the castNum of sprite 11 to the number of member "launch.bmp"
- set the castNum of sprite 13 to the number of member "help.bmp"
- set the castNum of sprite 14 to the number of member "intro.bmp"
- set the castNum of sprite 15 to the number of member "page.bmp"
- puppetSprite(12, 1)
- if gIntro = 0 then
- set the castNum of sprite 12 to the number of member "rolatply.bmp"
- set gAuto to 1
- else
- if gAuto = 1 then
- set the castNum of sprite 12 to the number of member "rolatply.bmp"
- set gAuto to 0
- end if
- end if
- end
-